DevForce Help Reference
IncludedEntityStates Property


Entity states to include in the list ( all others will be excluded)
Syntax
'Declaration
 
Public Property IncludedEntityStates As EntityState
'Usage
 
Dim instance As EntityListManager(Of T)
Dim value As EntityState
 
instance.IncludedEntityStates = value
 
value = instance.IncludedEntityStates
public EntityState IncludedEntityStates {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityListManager<T> Class
EntityListManager<T> Members

Send Feedback